github.com/coder/websocket.trimLastFourBytesWriter.w (field)

4 uses

	github.com/coder/websocket (current package)
		compress.go#L83: 	w    io.Writer
		compress.go#L110: 		_, err := tw.w.Write(tw.tail[:extra])
		compress.go#L131: 	n, err := tw.w.Write(p)
		write.go#L77: 			w: util.WriterFunc(mw.write),